#home {
  --fontColor: #111111;
  --supFontColor: #555555;
  --mainColor: #2ac2b6;
  --bgLinerColor: linear-gradient(270deg, #0af2d0 0%, #01b8f9 67%);
  --textLinerColor: linear-gradient(110deg, #01b8f9 0%, #0af2d0 67%);
  --innerWidth: 1280px;
  --scale: 1;
  --navHeight: 70px;
  --hoverOpacity: 0.85;
  --transitionDelay: 0.4s;
  --bgGrey: #F3F7FB;
  --solutionWidth: 665px;
  --rgbMain: 42, 194, 182;
  padding-top: var(--navHeight);
}
#home img {
  display: block;
}
#home * {
  line-height: 1.4;
  color: var(--fontColor);
}
#home .outer {
  width: 100%;
}
#home .inner {
  margin: 0 auto;
  width: var(--innerWidth);
}
#home .title_outer {
  text-align: center;
}
#home .title_outer h1 {
  font-size: 36px;
  margin-bottom: 10px;
}
#home .title_outer h2 {
  color: var(--supFontColor);
}
#home .banner {
  height: calc(456px * var(--scale));
  overflow: hidden;
  position: relative;
}
#home .banner .swiper-wrapper {
  height: 100%;
  width: 100%;
}
#home .banner .swiper-slide {
  height: 100%;
  position: relative;
}
#home .banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: -1;
}
#home .banner .swiper-slide img:nth-child(2) {
  width: 1280px;
  left: 50%;
  transform: translateX(-50%);
}
#home .banner .banner_title {
  font-size: 40px;
  font-weight: 600;
  padding-top: 126px;
  margin-bottom: 6px;
}
#home .banner .banner_desc {
  font-size: 20px;
  color: var(--supFontColor);
}
#home .banner .banner_btn {
  margin-top: 58px;
  padding: 0 54px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background-color: var(--mainColor);
  transition: all var(--transitionDelay);
  display: inline-block;
}
#home .banner .banner_btn:hover {
  opacity: var(--hoverOpacity);
}
#home .preferential {
  background-image: var(--bgLinerColor);
  height: 44px;
  overflow: hidden;
}
#home .preferential .inner {
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
}
#home .preferential .inner span {
  color: #fff;
}
#home .preferential > .inner {
  position: absolute;
  left: calc(50% - (var(--innerWidth) / 2));
}
#home .preferential .preferential_title {
  font-size: 16px;
  font-weight: 600;
}
#home .preferential .preferential_title_sup {
  font-weight: 600;
  margin-left: 6px;
}
#home .preferential .preferential_desc {
  margin-left: 16px;
}
#home .preferential .preferential_btn {
  margin-left: 44px;
  padding: 0 16px;
  line-height: 26px;
  background: linear-gradient(180deg, #fc9440, #ff8240 100%);
  border-radius: 4px;
  color: #fff;
}
#home .preferential .preferential_close {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(../image/newUI/home/close_icon.png);
  z-index: 10;
}
#home .benefit .inner {
  display: flex;
  padding: 24px 0;
}
#home .benefit .benefit_item {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
#home .benefit .benefit_item:not(:nth-child(1)) {
  border-left: 1px solid #E5E9ED;
}
#home .benefit .benefit_item img {
  margin-right: 12px;
}
#home .benefit .benefit_content:hover .benefit_title {
  color: var(--mainColor);
}
#home .benefit .benefit_content:hover .benefit_title::after {
  border-right-color: var(--mainColor);
  border-bottom-color: var(--mainColor);
  transform: rotate(-45deg) translate(4px, 4px);
}
#home .benefit .benefit_title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  transition: color var(--transitionDelay);
}
#home .benefit .benefit_title::after {
  content: '';
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  height: 4px;
  width: 4px;
  display: inline-block;
  transform: rotate(-45deg) translate(0, 0);
  margin-left: 6px;
  transition: all var(--transitionDelay);
}
#home .benefit .benefit_desc {
  color: var(--supFontColor);
  font-size: 12px;
}
#home .product {
  background-color: var(--bgGrey);
  padding: 116px 0 0;
}
#home .product .product_tag {
  display: inline-block;
  color: #fff;
  line-height: 17px;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 4px;
  border-top-right-radius: 0;
  margin-left: 10px;
}
#home .product .product_tag[orange] {
  background-color: #F86308;
}
#home .product .product_tag[purple] {
  background-color: #4d6bfe;
}
#home .product .product_tabs {
  display: flex;
  margin-top: 44px;
}
#home .product .product_tabs .product_tab {
  flex: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#home .product .product_tabs .product_tab:not(:nth-child(1)) {
  margin-left: 10px;
}
#home .product .product_tabs .product_tab::after {
  content: attr(data-title);
  font-size: 16px;
  font-weight: 600;
}
#home .product .product_tabs .product_tab img {
  margin-right: 10px;
}
#home .product .product_tabs .product_tab.actived .product_tab_actived,
#home .product .product_tabs .product_tab:hover .product_tab_actived {
  clip-path: circle(100%);
}
#home .product .product_tabs .product_tab.actived {
  cursor: default;
}
#home .product .product_tabs .product_tab .product_tab_actived {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s;
  background-color: transparent;
  background-image: var(--bgLinerColor);
  clip-path: circle(0%);
}
#home .product .product_tabs .product_tab .product_tab_actived img {
  margin-right: 10px;
}
#home .product .product_tabs .product_tab .product_tab_actived::after {
  content: attr(data-title);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#home .product .product_panels {
  position: relative;
}
#home .product .product_panel {
  position: relative;
  top: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 570px;
  display: flex;
  transition: all 0.8s;
}
#home .product .product_panel:not(:nth-child(1)) {
  position: absolute;
}
#home .product .product_panel.actived {
  z-index: 1;
  opacity: 1;
}
#home .product .product_panel_outer {
  display: flex;
  flex: 1;
}
#home .product .product_panel_outer[vertical] {
  flex-direction: column;
  height: 100%;
}
#home .product .product_panel_outer[vertical] > .product_panel_inner + .product_panel_outer {
  margin-top: 10px;
}
#home .product .product_panel_outer[vertical] > .product_panel_inner:not(:nth-child(1)) {
  margin-top: 10px;
}
#home .product .product_panel_outer:not([vertical]) > .product_panel_inner:not(:nth-child(1)) {
  margin-left: 10px;
}
#home .product .product_panel_outer:not([vertical]) > .product_panel_inner + .product_panel_outer {
  margin-left: 10px;
}
#home .product .product_panel_outer .product_panel_inner {
  flex: 1;
  padding: 46px 24px;
  background-color: #fff;
}
#home .product .product_panel_outer .product_panel_inner[needback] {
  position: relative;
}
#home .product .product_panel_outer .product_panel_inner[needback] > img {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 0;
}
#home .product .product_panel_outer .product_panel_inner[needback]::before {
  content: '';
  width: 258px;
  height: 268px;
  background: linear-gradient(132deg, rgba(10, 242, 208, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  filter: blur(10px);
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
#home .product .product_panel_outer .product_panel_inner[needback]::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 380px;
  height: 348px;
  background: linear-gradient(50deg, rgba(10, 242, 208, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  filter: blur(10px);
}
#home .product .product_item {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
#home .product .product_item:not(:nth-child(1)) {
  margin-bottom: 60px;
}
#home .product .product_item + .product_flexwrap {
  margin-top: 68px;
}
#home .product .product_item img {
  margin-right: 18px;
  display: block;
}
#home .product .product_item .product_intro {
  flex: 1;
}
#home .product .product_item .product_intro .prodcut_title {
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#home .product .product_item .product_intro .prodcut_title[large] {
  font-size: 20px;
}
#home .product .product_item .product_intro .prodcut_title[badge]::after {
  content: attr(badge);
  background-color: #FEE6E4;
  border-radius: 1px;
  color: #D93026;
  padding: 0 2px;
  margin-left: 12px;
  font-weight: 400;
}
#home .product .product_item .product_intro .product_desc {
  color: var(--supFontColor);
  font-size: 12px;
  margin-bottom: 12px;
}
#home .product .product_item .product_intro .product_advantages {
  display: flex;
}
#home .product .product_item .product_intro .product_advantages .product_advantage {
  color: var(--mainColor);
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#home .product .product_item .product_intro .product_advantages .product_advantage::before {
  content: '';
  border-left: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  transform: rotate(-45deg);
  width: 8px;
  height: 4px;
  display: inline-block;
  margin-right: 4px;
}
#home .product .product_item .product_intro .product_advantages .product_advantage:not(:nth-child(1)) {
  margin-left: 30px;
}
#home .product .product_item .product_intro a {
  color: var(--mainColor);
  display: flex;
  align-items: center;
  transition: all var(--transitionDelay);
}
#home .product .product_item .product_intro a::after {
  content: '';
  border-right: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  margin-left: 6px;
  transition: inherit;
}
#home .product .product_item .product_intro a:hover {
  opacity: var(--hoverOpacity);
}
#home .product .product_flexwrap {
  display: flex;
  flex-wrap: wrap;
}
#home .product [protype=proxyip] .product_flexwrap .product_item {
  width: 50%;
}
#home .product [protype=cloud] .product_flexwrap .product_item {
  width: calc(100% / 3);
}
#home .solution {
  background-color: var(--bgGrey);
  padding: 116px 0 0;
}
#home .solution .inner {
  overflow: hidden;
}
#home .solution .solution_tabs {
  margin-top: 42px;
  display: flex;
  width: 100%;
}
#home .solution .solution_tabs .solution_tab {
  flex: 1;
  height: 400px;
  position: relative;
  min-width: 0;
  transition: all var(--transitionDelay);
  cursor: pointer;
}
#home .solution .solution_tabs .solution_tab.actived {
  cursor: default;
}
#home .solution .solution_tabs .solution_tab::before {
  content: attr(tabname);
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  opacity: 1;
  transition: all var(--transitionDelay);
}
#home .solution .solution_tabs .solution_tab img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#home .solution .solution_tabs .solution_tab:not(:nth-child(1)) {
  margin-left: 8px;
}
#home .solution .solution_tabs .solution_tab.actived {
  min-width: var(--solutionWidth);
}
#home .solution .solution_tabs .solution_tab.actived::before {
  opacity: 0;
}
#home .solution .solution_tabs .solution_tab.actived .solution_content {
  opacity: 1;
}
#home .solution .solution_tabs .solution_content {
  position: absolute;
  left: 54px;
  top: 178px;
  opacity: 0;
  width: 520px;
  white-space: nowrap;
  overflow: hidden;
  transition: all var(--transitionDelay);
}
#home .solution .solution_tabs .solution_content .solution_title {
  color: #fff;
  font-size: 32px;
}
#home .solution .solution_tabs .solution_content .solution_desc {
  color: #fff;
  font-size: 16px;
  margin-top: 24px;
  white-space: wrap;
}
#home .solution .solution_tabs .solution_content .solution_btn {
  background-image: var(--bgLinerColor);
  padding: 7px 17px;
  display: flex;
  align-items: center;
  width: 106px;
  margin-top: 24px;
}
#home .solution .solution_tabs .solution_content .solution_btn::before {
  content: '立即咨询';
  color: #fff;
  margin-right: 4px;
}
#home .partner {
  background-color: var(--bgGrey);
  padding: 116px 0 0;
}
#home .partner .partner_scroll_outer {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  max-width: 95%;
  height: 70px;
  position: relative;
  overflow: hidden;
  margin: 32px auto 0;
}
#home .partner .partner_scroll_outer:nth-child(3) {
  width: 1500px;
  max-width: 100%;
}
#home .partner .partner_scroll_outer:nth-child(2) {
  margin-top: 54px;
}
#home .partner .partner_scroll_outer span {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  flex: 1;
  background-color: var(--bgGrey);
}
#home .partner .partner_scroll_outer span:nth-child(1) {
  box-shadow: 8px 0 16px 16px var(--bgGrey);
}
#home .partner .partner_scroll_outer span:nth-child(3) {
  box-shadow: -8px 0 16px 16px var(--bgGrey);
}
#home .partner .partner_scroll_outer:nth-child(2) .partner_scroll,
#home .partner .partner_scroll_outer:nth-child(4) .partner_scroll {
  width: 1270px;
  max-width: 95%;
}
#home .partner .partner_scroll_outer:nth-child(3) .partner_scroll {
  width: 1440px;
  max-width: 100%;
}
#home .partner .partner_scroll_outer .partner_scroll {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
#home .partner .partner_scroll_outer img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
}
#home .partner .partner_scroll_outer img.partner_scroll_img1:nth-child(1) {
  animation: roll-animate-left1 40s infinite linear;
}
#home .partner .partner_scroll_outer img.partner_scroll_img1:nth-child(2) {
  animation: roll-animate-left2 40s infinite linear;
}
#home .partner .partner_scroll_outer img.partner_scroll_img2:nth-child(1) {
  animation: roll-animate-right1 60s infinite linear;
}
#home .partner .partner_scroll_outer img.partner_scroll_img2:nth-child(2) {
  animation: roll-animate-right2 60s infinite linear;
}
#home .node {
  background-color: var(--bgGrey);
  padding: 136px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#home .node .inner {
  position: relative;
  padding-bottom: 20px;
}
#home .node .inner > * {
  position: relative;
  z-index: 1;
}
#home .node .inner > img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 108px;
  object-position: 50% 0;
  object-fit: none;
}
#home .node .node_bases {
  display: flex;
  justify-content: space-between;
  margin-top: 270px;
  padding-bottom: 30px;
}
#home .node .node_bases .node_base .node_base_title {
  font-size: 24px;
  margin-bottom: 10px;
}
#home .node .node_bases .node_base .node_base_data {
  background-image: var(--textLinerColor);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: flex;
  align-items: baseline;
}
#home .node .node_bases .node_base .node_base_data h1,
#home .node .node_bases .node_base .node_base_data h2 {
  color: inherit;
  font-weight: 600;
}
#home .node .node_bases .node_base .node_base_data h1 {
  font-size: 64px;
}
#home .node .node_bases .node_base .node_base_data h2 {
  font-size: 40px;
}
#home .node .node_credentials {
  background: linear-gradient(0deg, #ffffff 0%, #f2f5f7 100%);
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 8px rgba(202, 215, 211, 0.3);
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 150px;
  margin-top: 56px;
  padding-bottom: 24px;
}
#home .node .node_credentials .node_credential {
  width: 84px;
  height: 84px;
  background-image: url(../image/newUI/home/node_credential_outer.png);
  padding: 13px 15px 17px;
  position: relative;
}
#home .node .node_credentials .node_credential img {
  display: block;
}
#home .node .node_credentials .node_credential::after {
  content: attr(label);
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  white-space: nowrap;
}
#home .honor {
  padding-top: 110px;
}
#home .honor .honor-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#home .honor .honor-marquee .bd {
  margin-top: 46px;
}
#home .honor .honor-marquee .bd .tempWrap {
  margin: auto;
}
#home .honor .honor-marquee .bd ul {
  overflow: hidden;
  zoom: 1;
}
#home .honor .honor-marquee .bd ul li {
  margin: 0 12px;
  overflow: hidden;
  text-align: center;
  width: 293px;
  height: 322px;
  background: #f7fbff;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 16px 0;
}
#home .honor .honor-marquee .bd ul li .pic {
  width: 100%;
}
#home .honor .honor-marquee .bd ul li .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#home .honor .honor-marquee .bd ul li:hover {
  opacity: 0.85;
  transition: opacity var(--transitionDelay);
}
#home .honor .honor-marquee .bd ul li img {
  display: block;
  width: 260px;
  background: #fff;
}
#home .honor .honor-marquee .bd ul li .title {
  width: 100%;
  padding-top: 32px;
  height: 150px;
  position: relative;
}
#home .honor .honor-marquee .bd ul li .title p {
  font-size: 18px;
  font-weight: 400;
  color: #020202;
  line-height: 1.45em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
#home .honor .honor-marquee .bd ul li .title span {
  position: absolute;
  left: 0;
  bottom: 38px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #858586;
  line-height: 1;
}
#home .honor .honor-marquee .hd {
  display: flex;
  justify-content: center;
  padding-top: 52px;
}
#home .honor .honor-marquee .hd .inner {
  display: flex;
}
#home .honor .honor-marquee .hd .inner a {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 17px;
}
#home .honor .hd {
  display: flex;
  justify-content: center;
  padding-top: 52px;
}
#home .honor .hd .inner {
  display: flex;
  width: auto;
}
#home .honor .hd .inner a {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 17px;
}
#home .honor .hd a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
#home .honor .hd .prev {
  background: url('../image/home/arrows_left.png') no-repeat #EBEFF4;
  background-size: 16px 16px;
  background-position: center center;
}
#home .honor .hd .prev:hover {
  background: url('../image/home/arrows_left.png') no-repeat #E5F8F0;
  background-size: 16px 16px;
  background-position: center center;
}
#home .honor .hd .next {
  background: url('../image/home/arrows_right.png') no-repeat #EBEFF4;
  background-size: 16px 16px;
  background-position: center center;
}
#home .honor .hd .next:hover {
  background: url('../image/home/arrows_right.png') no-repeat #E5F8F0;
  background-size: 16px 16px;
  background-position: center center;
}
#home .honor .hd .unclickable {
  pointer-events: none;
}
#home .information {
  background-color: #fff;
  padding-top: 62px;
  position: relative;
  z-index: 1;
  padding-bottom: 106px;
}
#home .information .information_types {
  display: flex;
}
#home .information .information_types .information_type {
  width: calc(100% / 3 - 24px);
}
#home .information .information_types .information_type:not(:nth-child(1)) {
  margin-left: 36px;
}
#home .information .information_types .information_type_header {
  display: flex;
  align-items: center;
}
#home .information .information_types .information_type_header .information_type_title {
  flex: 1;
  margin-left: 10px;
  font-size: 24px;
  color: #000000;
}
#home .information .information_types .information_type_header .information_type_more::before {
  content: "了解更多";
  color: #2AC2B6;
}
#home .information .information_types .information_list {
  margin-top: 24px;
  width: 100%;
}
#home .information .information_types .information_list .information_item {
  width: 100%;
  height: 66px;
  padding: 12px 28px 0 26px;
  box-shadow: 0px 0px 8px 4px rgba(231, 231, 231, 0.2);
  display: block;
  transition: all var(--transitionDelay);
}
#home .information .information_types .information_list .information_item:hover {
  box-shadow: 0px 0px 8px 4px rgba(var(--rgbMain), 0.2);
}
#home .information .information_types .information_list .information_item:not(:nth-child(1)) {
  margin-top: 12px;
}
#home .information .information_types .information_list .information_item * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#home .information .information_types .information_list .information_item h2 {
  font-size: 12px;
  margin-top: 6px;
  color: var(--supFontColor);
}
#home .connect {
  background: linear-gradient(to right, #f5f7f7 0%, #f5f7f7 50%, #e4ecec 51%, #e4ecec 100%);
  position: relative;
  transform: translateY(0);
}
#home .connect > img {
  width: 100%;
  height: 252px;
  object-position: center;
  object-fit: contain;
}
#home .connect .inner {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
#home .connect .inner .connect_content h1 {
  font-size: 36px;
  font-weight: 600;
}
#home .connect .inner .connect_content h2 {
  margin-top: 12px;
  font-size: 20px;
  color: var(--supFontColor);
}
#home .connect .inner .connect_content a {
  color: #fff;
  padding: 12px 66px;
  background-image: var(--bgLinerColor);
  display: inline-block;
  margin-top: 12px;
}
#home .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 4px;
  border-radius: 2px;
  opacity: 1;
  display: inline-block;
}
#home .swiper-pagination-bullet::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  width: 0;
  height: 4px;
  border-radius: 2px;
  display: block;
}
#home .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
#home .swiper-pagination-bullet-active::before {
  width: 40px;
  animation: line 3.1s linear forwards;
}
@media screen and (max-width: 1919px) {
  #home .connect img {
    object-fit: cover;
  }
}
@media screen and (max-width: 1280px) {
  #home {
    --innerWidth: 1160px;
  }
}
@media screen and (min-width: 1921px) {
  #home {
    --innerWidth: 1600px;
    --solutionWidth: 864px;
  }
  #home .node .node_bases {
    justify-content: space-evenly;
  }
}
.fade {
  opacity: 0;
  transition: all 1s;
  transform: translateY(20%);
}
.fade.faded {
  opacity: 1;
  transform: translateY(0%);
}
@keyframes line {
  0% {
    width: 0px;
  }
  100% {
    width: 40px;
  }
}
@keyframes roll-animate-left1 {
  0% {
    left: 0;
  }
  100% {
    left: -1295px;
  }
}
@keyframes roll-animate-left2 {
  0% {
    left: 1295px;
  }
  100% {
    left: 0;
  }
}
@keyframes roll-animate-right1 {
  0% {
    left: -1480px;
  }
  100% {
    left: 0;
  }
}
@keyframes roll-animate-right2 {
  0% {
    left: 0;
  }
  100% {
    left: 1480px;
  }
}
